type net/http.http2Setting
17 uses
net/http (current package)
h2_bundle.go#L2344: func (f *http2SettingsFrame) Setting(i int) http2Setting {
h2_bundle.go#L2346: return http2Setting{
h2_bundle.go#L2387: func (f *http2SettingsFrame) ForeachSetting(fn func(http2Setting) error) error {
h2_bundle.go#L2402: func (f *http2Framer) WriteSettings(settings ...http2Setting) error {
h2_bundle.go#L3227: f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L3602: type http2Setting struct {
h2_bundle.go#L3611: func (s http2Setting) String() string {
h2_bundle.go#L3616: func (s http2Setting) Valid() error {
h2_bundle.go#L4994: settings = append(settings, http2Setting{http2SettingEnableConnectProtocol, 1})
h2_bundle.go#L5841: func (sc *http2serverConn) processSetting(s http2Setting) error {
h2_bundle.go#L8306: initialSettings := []http2Setting{
h2_bundle.go#L8310: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxFrameSize, Val: conf.MaxReadFrameSize})
h2_bundle.go#L8312: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L8315: initialSettings = append(initialSettings, http2Setting{ID: http2SettingHeaderTableSize, Val: maxHeaderTableSize})
h2_bundle.go#L10538: err := f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L11056: type http2writeSettings []http2Setting
h2_bundle.go#L11065: return ctx.Framer().WriteSettings([]http2Setting(s)...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)